Add missing include of a header file to avoid a compile warning.
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 12 Mar 2006 09:03:33 +0000 (10:03 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 12 Mar 2006 09:03:33 +0000 (10:03 +0100)
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/drivers/xen/pciback/pciback_ops.c

index 4c79e95e671e24a01447921f07ff437c51e88c11..55812edd1953ded64542c20637f43e1540d3293d 100644 (file)
@@ -5,6 +5,7 @@
  */
 #include <linux/module.h>
 #include <asm/bitops.h>
+#include <xen/evtchn.h>
 #include "pciback.h"
 
 int verbose_request = 0;